home *** CD-ROM | disk | FTP | other *** search
/ C# & Game Programming - A…er's Guide (2nd Edition) / Buono 2nd Ed.iso / Chapter3 / AsteroidMiner / AsteroidMiner DirectX9 / AM.csproj next >
Text File  |  2004-09-02  |  10KB  |  265 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{FA24192A-80F1-43BB-9EC2-FD37E30612DF}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "CSGP.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "AM"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "AM"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "false"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = ".\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "false"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = ".\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Data"
  67.                     AssemblyName = "System.Data"
  68.                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69.                 />
  70.                 <Reference
  71.                     Name = "System.Drawing"
  72.                     AssemblyName = "System.Drawing"
  73.                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.XML"
  82.                     AssemblyName = "System.Xml"
  83.                     HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  84.                 />
  85.                 <Reference
  86.                     Name = "GameClasses"
  87.                     AssemblyName = "GameClasses"
  88.                     HintPath = "GameClasses.DLL"
  89.                 />
  90.                 <Reference
  91.                     Name = "Microsoft.DirectX.DirectDraw"
  92.                     AssemblyName = "Microsoft.DirectX.DirectDraw"
  93.                     HintPath = "C:\WINNT\Microsoft.NET\Managed DirectX\v4.09.00.0900\Microsoft.DirectX.DirectDraw.dll"
  94.                 />
  95.                 <Reference
  96.                     Name = "Microsoft.DirectX.DirectInput"
  97.                     AssemblyName = "Microsoft.DirectX.DirectInput"
  98.                     HintPath = "C:\WINNT\Microsoft.NET\Managed DirectX\v4.09.00.0900\Microsoft.DirectX.DirectInput.dll"
  99.                 />
  100.                 <Reference
  101.                     Name = "Microsoft.DirectX.DirectSound"
  102.                     AssemblyName = "Microsoft.DirectX.DirectSound"
  103.                     HintPath = "C:\WINNT\Microsoft.NET\Managed DirectX\v4.09.00.0900\Microsoft.DirectX.DirectSound.dll"
  104.                 />
  105.                 <Reference
  106.                     Name = "Microsoft.DirectX"
  107.                     AssemblyName = "Microsoft.DirectX"
  108.                     HintPath = "C:\WINNT\Microsoft.NET\Managed DirectX\v4.09.00.0900\Microsoft.DirectX.dll"
  109.                 />
  110.             </References>
  111.         </Build>
  112.         <Files>
  113.             <Include>
  114.                 <File
  115.                     RelPath = "AsteroidMinerDX.cs"
  116.                     SubType = "Form"
  117.                     BuildAction = "Compile"
  118.                 />
  119.                 <File
  120.                     RelPath = "AsteroidMinerDX.resx"
  121.                     DependentUpon = "AsteroidMinerDX.cs"
  122.                     BuildAction = "EmbeddedResource"
  123.                 />
  124.                 <File
  125.                     RelPath = "CSGP.ico"
  126.                     BuildAction = "Content"
  127.                 />
  128.                 <File
  129.                     RelPath = "media\Asteroid0.bmp"
  130.                     BuildAction = "Content"
  131.                 />
  132.                 <File
  133.                     RelPath = "media\Asteroid1.bmp"
  134.                     BuildAction = "Content"
  135.                 />
  136.                 <File
  137.                     RelPath = "media\Asteroid2.bmp"
  138.                     BuildAction = "Content"
  139.                 />
  140.                 <File
  141.                     RelPath = "media\Asteroid3.bmp"
  142.                     BuildAction = "Content"
  143.                 />
  144.                 <File
  145.                     RelPath = "media\Exhaust.bmp"
  146.                     BuildAction = "Content"
  147.                 />
  148.                 <File
  149.                     RelPath = "media\Exhaust0.bmp"
  150.                     BuildAction = "Content"
  151.                 />
  152.                 <File
  153.                     RelPath = "media\Exhaust1.bmp"
  154.                     BuildAction = "Content"
  155.                 />
  156.                 <File
  157.                     RelPath = "media\Exhaust2.bmp"
  158.                     BuildAction = "Content"
  159.                 />
  160.                 <File
  161.                     RelPath = "media\Exhaust3.bmp"
  162.                     BuildAction = "Content"
  163.                 />
  164.                 <File
  165.                     RelPath = "media\Exhaust4.bmp"
  166.                     BuildAction = "Content"
  167.                 />
  168.                 <File
  169.                     RelPath = "media\Exhaust5.bmp"
  170.                     BuildAction = "Content"
  171.                 />
  172.                 <File
  173.                     RelPath = "media\Exhaust6.bmp"
  174.                     BuildAction = "Content"
  175.                 />
  176.                 <File
  177.                     RelPath = "media\Exhaust7.bmp"
  178.                     BuildAction = "Content"
  179.                 />
  180.                 <File
  181.                     RelPath = "media\Exhaust8.bmp"
  182.                     BuildAction = "Content"
  183.                 />
  184.                 <File
  185.                     RelPath = "media\FireBall.bmp"
  186.                     BuildAction = "Content"
  187.                 />
  188.                 <File
  189.                     RelPath = "media\Ship1-1.bmp"
  190.                     BuildAction = "Content"
  191.                 />
  192.                 <File
  193.                     RelPath = "media\Ship1-2.bmp"
  194.                     BuildAction = "Content"
  195.                 />
  196.                 <File
  197.                     RelPath = "media\Ship1-3.bmp"
  198.                     BuildAction = "Content"
  199.                 />
  200.                 <File
  201.                     RelPath = "media\Ship1-4.bmp"
  202.                     BuildAction = "Content"
  203.                 />
  204.                 <File
  205.                     RelPath = "media\Ship1-5.bmp"
  206.                     BuildAction = "Content"
  207.                 />
  208.                 <File
  209.                     RelPath = "media\Ship1-6.bmp"
  210.                     BuildAction = "Content"
  211.                 />
  212.                 <File
  213.                     RelPath = "media\Ship1-7.bmp"
  214.                     BuildAction = "Content"
  215.                 />
  216.                 <File
  217.                     RelPath = "media\Ship1-8.bmp"
  218.                     BuildAction = "Content"
  219.                 />
  220.                 <File
  221.                     RelPath = "media\Ship2-1.bmp"
  222.                     BuildAction = "Content"
  223.                 />
  224.                 <File
  225.                     RelPath = "media\Ship2-2.bmp"
  226.                     BuildAction = "Content"
  227.                 />
  228.                 <File
  229.                     RelPath = "media\Ship2-3.bmp"
  230.                     BuildAction = "Content"
  231.                 />
  232.                 <File
  233.                     RelPath = "media\Ship2-4.bmp"
  234.                     BuildAction = "Content"
  235.                 />
  236.                 <File
  237.                     RelPath = "media\Ship2-5.bmp"
  238.                     BuildAction = "Content"
  239.                 />
  240.                 <File
  241.                     RelPath = "media\Ship2-6.bmp"
  242.                     BuildAction = "Content"
  243.                 />
  244.                 <File
  245.                     RelPath = "media\Ship2-7.bmp"
  246.                     BuildAction = "Content"
  247.                 />
  248.                 <File
  249.                     RelPath = "media\Ship2-8.bmp"
  250.                     BuildAction = "Content"
  251.                 />
  252.                 <File
  253.                     RelPath = "media\Weapon1.bmp"
  254.                     BuildAction = "Content"
  255.                 />
  256.                 <File
  257.                     RelPath = "media\Weapon2.bmp"
  258.                     BuildAction = "Content"
  259.                 />
  260.             </Include>
  261.         </Files>
  262.     </CSHARP>
  263. </VisualStudioProject>
  264.  
  265.